home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmScan
- BorderStyle = 1 'Fixed Single
- Caption = "Scan"
- ClientHeight = 525
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 3885
- ClipControls = 0 'False
- ControlBox = 0 'False
- Enabled = 0 'False
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 204
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "frmScan"
- MaxButton = 0 'False
- MinButton = 0 'False
- MousePointer = 11 'Hourglass
- Moveable = 0 'False
- ScaleHeight = 525
- ScaleWidth = 3885
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Scaning IDE/SCSI buses..."
- BeginProperty Font
- Name = "System"
- Size = 9.75
- Charset = 204
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 0
- TabIndex = 0
- Top = 90
- Width = 3885
- End
- Attribute VB_Name = "frmScan"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-